gpsbabel.git
22 years agoFree the parser when we're done.
robertl [Sat, 20 Dec 2003 22:58:12 +0000 (22:58 +0000)]
Free the parser when we're done.

22 years agoAccept comments in input.
robertl [Sat, 20 Dec 2003 19:12:24 +0000 (19:12 +0000)]
Accept comments in input.

22 years agoBe nicer in absence of a shortname.
robertl [Sat, 20 Dec 2003 05:39:13 +0000 (05:39 +0000)]
Be nicer in absence of a shortname.

22 years agoC89 fix-up
alexmot [Thu, 18 Dec 2003 14:19:56 +0000 (14:19 +0000)]
C89 fix-up

22 years agoThree changes:
robertl [Sat, 13 Dec 2003 07:13:46 +0000 (07:13 +0000)]
Three changes:
1) Lay groundwork in GPX parser for context sensitive switching.
2) Add route reversal.
3) move painful test to 'torture' target from testo (you're welcome, Ron)

22 years agoCleanup pass.
robertl [Sat, 13 Dec 2003 05:54:49 +0000 (05:54 +0000)]
Cleanup pass.

22 years agoAdd blurb on binary kits.
robertl [Sat, 13 Dec 2003 05:04:22 +0000 (05:04 +0000)]
Add blurb on binary kits.

22 years agoAdd mac-build target for generating binary kits for OS/X.
robertl [Fri, 12 Dec 2003 05:57:32 +0000 (05:57 +0000)]
Add mac-build target for generating binary kits for OS/X.

22 years agoFix minor mem leaks.
robertl [Thu, 11 Dec 2003 17:08:50 +0000 (17:08 +0000)]
Fix minor mem leaks.

22 years agoAdd check to 'changes.html', too.
robertl [Thu, 11 Dec 2003 17:00:43 +0000 (17:00 +0000)]
Add check to 'changes.html', too.

22 years agoAdd D109 support for reading routes. Yuk!
robertl [Tue, 9 Dec 2003 06:53:11 +0000 (06:53 +0000)]
Add D109 support for reading routes.  Yuk!

22 years agoAdd sloppy code to print D109's. Since we don't normally link with
robertl [Tue, 9 Dec 2003 06:52:12 +0000 (06:52 +0000)]
Add sloppy code to print D109's.   Since we don't normally link with
this file, the bloat is OK.

22 years agoSupport GPX <sym>/pushpin icon number
james_sherring [Sat, 6 Dec 2003 12:39:05 +0000 (12:39 +0000)]
Support GPX <sym>/pushpin icon number

22 years agoDon't double-free email and author if reading multiple files.
robertl [Fri, 5 Dec 2003 22:40:11 +0000 (22:40 +0000)]
Don't double-free email and author if reading multiple files.

22 years agocleanup various debug items,
james_sherring [Fri, 5 Dec 2003 11:24:29 +0000 (11:24 +0000)]
cleanup various debug items,
no input file condition bug fix

22 years ago*** empty log message ***
james_sherring [Fri, 5 Dec 2003 00:54:53 +0000 (00:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
james_sherring [Fri, 5 Dec 2003 00:44:33 +0000 (00:44 +0000)]
*** empty log message ***

22 years agofixed bad strcpy causing coredump with jlps.axe
james_sherring [Fri, 5 Dec 2003 00:12:19 +0000 (00:12 +0000)]
fixed bad strcpy causing coredump with jlps.axe

22 years agoupdated show_usage
james_sherring [Fri, 5 Dec 2003 00:03:40 +0000 (00:03 +0000)]
updated show_usage

22 years agoIncluded mention of template files
james_sherring [Thu, 4 Dec 2003 12:51:20 +0000 (12:51 +0000)]
Included mention of template files

22 years ago*** empty log message ***
james_sherring [Wed, 3 Dec 2003 23:42:24 +0000 (23:42 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
james_sherring [Wed, 3 Dec 2003 21:34:36 +0000 (21:34 +0000)]
*** empty log message ***

22 years agoAdd mag_cleanse() to route-point output.
alexmot [Wed, 3 Dec 2003 18:39:13 +0000 (18:39 +0000)]
Add mag_cleanse() to route-point output.

22 years agoRegenerate deps. Rename snprintf for WIN32.
robertl [Wed, 3 Dec 2003 17:23:23 +0000 (17:23 +0000)]
Regenerate deps.  Rename snprintf for WIN32.

22 years agoAdded fake-o waypoint names to generated waypoints; GPS formats seem to care about...
parkrrrr [Wed, 3 Dec 2003 02:01:08 +0000 (02:01 +0000)]
Added fake-o waypoint names to generated waypoints; GPS formats seem to care about having names.

22 years agoProtect against integer overflow in division.
robertl [Wed, 3 Dec 2003 00:12:19 +0000 (00:12 +0000)]
Protect against integer overflow in division.

22 years agoAdded 'simplify' filter
parkrrrr [Wed, 3 Dec 2003 00:00:04 +0000 (00:00 +0000)]
Added 'simplify' filter

22 years agoFixed problem where one route would get split into many smaller routes
parkrrrr [Tue, 2 Dec 2003 23:22:14 +0000 (23:22 +0000)]
Fixed problem where one route would get split into many smaller routes

22 years ago*** empty log message ***
james_sherring [Tue, 2 Dec 2003 21:04:09 +0000 (21:04 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
james_sherring [Tue, 2 Dec 2003 20:20:44 +0000 (20:20 +0000)]
*** empty log message ***

22 years agomoved to src directory
james_sherring [Tue, 2 Dec 2003 20:06:49 +0000 (20:06 +0000)]
moved to src directory

22 years agoBump to 1.2.1 for release.
robertl [Tue, 2 Dec 2003 17:55:10 +0000 (17:55 +0000)]
Bump to 1.2.1 for release.

22 years agoUsed fixed point instead of approximate fp to reduce rounding error on
robertl [Tue, 2 Dec 2003 17:54:14 +0000 (17:54 +0000)]
Used fixed point instead of approximate fp to reduce rounding error on
Garmin waypt xfer.

22 years agoBump version number to circumvent sourceforge silliness. Add version # to
robertl [Tue, 2 Dec 2003 15:24:05 +0000 (15:24 +0000)]
Bump version number to circumvent sourceforge silliness.   Add version # to
usage.

22 years agoAdd secondary basemap upload. From Bernhard Nebel.
robertl [Tue, 2 Dec 2003 15:12:26 +0000 (15:12 +0000)]
Add secondary basemap upload.  From Bernhard Nebel.

22 years agoFrom Rick. Add dbname and category command line options.
robertl [Tue, 2 Dec 2003 15:10:58 +0000 (15:10 +0000)]
From Rick.   Add dbname and category command line options.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r564,
robertl [Tue, 2 Dec 2003 15:03:21 +0000 (15:03 +0000)]
This commit was generated by cvs2svn to compensate for changes in r564,
which included commits to RCS files with non-trunk default branches.

22 years agoDescribe Ron's fix.
robertl [Mon, 1 Dec 2003 22:13:34 +0000 (22:13 +0000)]
Describe Ron's fix.

22 years agoRemoved bad boundary conditions and other errors in previous gpx.c commit; also added...
parkrrrr [Mon, 1 Dec 2003 21:19:01 +0000 (21:19 +0000)]
Removed bad boundary conditions and other errors in previous gpx.c commit; also added 'consider emailing' warning.

22 years agoAdded hack to remove &#x0; through &#x1f; from most gpx input
parkrrrr [Mon, 1 Dec 2003 20:08:39 +0000 (20:08 +0000)]
Added hack to remove &#x0; through &#x1f; from most gpx input

22 years agoAdd Geoniche. From Rick Richardson.
robertl [Mon, 24 Nov 2003 15:42:05 +0000 (15:42 +0000)]
Add Geoniche.  From Rick Richardson.

22 years agoUse xfree, not free.
robertl [Mon, 24 Nov 2003 14:22:27 +0000 (14:22 +0000)]
Use xfree, not free.

22 years agoprintposn needs a double, not a float.
robertl [Mon, 24 Nov 2003 14:14:02 +0000 (14:14 +0000)]
printposn needs a double, not a float.

22 years agoBump version for release.
robertl [Wed, 19 Nov 2003 23:17:02 +0000 (23:17 +0000)]
Bump version for release.

22 years agoUnify math.h includes and conditional M_PI definition since we kept getting
robertl [Sun, 16 Nov 2003 20:10:38 +0000 (20:10 +0000)]
Unify math.h includes and conditional M_PI definition since we kept getting
it wrong...

22 years agoMoved great circle functionality to its own module
parkrrrr [Fri, 14 Nov 2003 15:37:13 +0000 (15:37 +0000)]
Moved great circle functionality to its own module

22 years agoI've looked these options up for the last time...
robertl [Thu, 13 Nov 2003 23:38:42 +0000 (23:38 +0000)]
I've looked these options up for the last time...

22 years agoRegenerate.
robertl [Thu, 13 Nov 2003 22:47:32 +0000 (22:47 +0000)]
Regenerate.

22 years agoMove gpx_entitize to xml_entitize, call from geo.c in at least one of hte
robertl [Thu, 13 Nov 2003 05:28:33 +0000 (05:28 +0000)]
Move gpx_entitize to xml_entitize, call from geo.c in at least one of hte
cases that we should be calling it (sigh) to correct a problem for Rick
outputting URLs with '&' characters in them.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r548,
robertl [Mon, 10 Nov 2003 15:13:57 +0000 (15:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r548,
which included commits to RCS files with non-trunk default branches.

22 years agoInitial checkin.
robertl [Mon, 10 Nov 2003 15:13:57 +0000 (15:13 +0000)]
Initial checkin.

22 years agoregenerate
robertl [Wed, 5 Nov 2003 20:49:50 +0000 (20:49 +0000)]
regenerate

22 years agoPut description in description field. (duh!)
robertl [Wed, 5 Nov 2003 20:49:09 +0000 (20:49 +0000)]
Put description in description field.  (duh!)

22 years agoFrom Rick Richardson.
robertl [Mon, 3 Nov 2003 14:37:03 +0000 (14:37 +0000)]
From Rick Richardson.

Here is a patch that fixes a bug in the tabsep internal style.  It
was unable to parse its own output as input (my bad).

-Rick

22 years agoUse new waypoint constructor.
robertl [Mon, 3 Nov 2003 14:35:55 +0000 (14:35 +0000)]
Use new waypoint constructor.

22 years agoAdd waypoint constructor.
robertl [Mon, 3 Nov 2003 14:35:35 +0000 (14:35 +0000)]
Add waypoint constructor.

22 years agoWhack dead code.
robertl [Mon, 3 Nov 2003 14:35:24 +0000 (14:35 +0000)]
Whack dead code.

22 years agoMisc cleanups.
robertl [Wed, 29 Oct 2003 03:37:52 +0000 (03:37 +0000)]
Misc cleanups.

22 years agoAdd new Magellan models.
robertl [Wed, 29 Oct 2003 03:05:17 +0000 (03:05 +0000)]
Add new Magellan models.

22 years agoFix reads of tracks when time_t isn't 32bits. (as on AMD64/Linux)
robertl [Tue, 28 Oct 2003 23:47:26 +0000 (23:47 +0000)]
Fix reads of tracks when time_t isn't 32bits. (as on AMD64/Linux)

22 years agoFix track timestamp endianness on read .
robertl [Tue, 28 Oct 2003 23:40:57 +0000 (23:40 +0000)]
Fix track timestamp endianness on read .

22 years agoAdd WHITESPACE delimiter to xcsv.
alexmot [Mon, 27 Oct 2003 15:06:20 +0000 (15:06 +0000)]
Add WHITESPACE delimiter to xcsv.

22 years agoOh. THAT is why people keep mailing me patches instead of putting them
robertl [Fri, 24 Oct 2003 14:21:00 +0000 (14:21 +0000)]
Oh. THAT is why people keep mailing me patches instead of putting them
on the list...

22 years agoDoc PSITREX. From Mark.
robertl [Thu, 23 Oct 2003 23:31:03 +0000 (23:31 +0000)]
Doc PSITREX.  From Mark.

22 years agoLarge and boring search and replace to remove structs that had only
robertl [Thu, 23 Oct 2003 06:10:57 +0000 (06:10 +0000)]
Large and boring search and replace to remove structs that had only
one member.  wpt->position.altitude.altitude_meters becomes wpt->altitude,
for example.

22 years agoFix timezones in psitrex track format. From Mark.
robertl [Tue, 21 Oct 2003 21:25:16 +0000 (21:25 +0000)]
Fix timezones in psitrex track format.   From Mark.

22 years agoComment that creation_time is GMT internally.
robertl [Tue, 21 Oct 2003 21:09:05 +0000 (21:09 +0000)]
Comment that creation_time is GMT internally.

22 years agoAdd comment for units for our two new types.
robertl [Tue, 21 Oct 2003 17:52:35 +0000 (17:52 +0000)]
Add comment for units for our two new types.

22 years agodefs.h: Add fields for Mark.
robertl [Tue, 21 Oct 2003 13:48:27 +0000 (13:48 +0000)]
defs.h: Add fields for Mark.
cetus.c: Add option to append icon description to description.

22 years agoupdate comment to rflect possible fix of timewarp.
robertl [Mon, 20 Oct 2003 22:25:13 +0000 (22:25 +0000)]
update comment to rflect possible fix of timewarp.

22 years agoAdd reference route from Mapsource.
robertl [Mon, 20 Oct 2003 16:38:00 +0000 (16:38 +0000)]
Add reference route from Mapsource.

22 years agoReference file for Mapsource.
robertl [Mon, 20 Oct 2003 16:37:20 +0000 (16:37 +0000)]
Reference file for Mapsource.

22 years agoAdd psitrex. From Mark Bradley.
robertl [Mon, 20 Oct 2003 16:35:06 +0000 (16:35 +0000)]
Add psitrex.  From Mark Bradley.

22 years agoBig update from Mark Bradley:
robertl [Mon, 20 Oct 2003 16:34:09 +0000 (16:34 +0000)]
Big update from Mark Bradley:
Finish tracks.  Add routes to Mapsource.
Add psitrex.

22 years agoUpdate from Mark.
robertl [Mon, 20 Oct 2003 13:24:22 +0000 (13:24 +0000)]
Update from Mark.

22 years agoRegenerate deps.
robertl [Mon, 20 Oct 2003 13:11:27 +0000 (13:11 +0000)]
Regenerate deps.

22 years agoThose rascally C++ comments...
robertl [Mon, 20 Oct 2003 13:09:43 +0000 (13:09 +0000)]
Those rascally C++ comments...

22 years agoAdd -s support to Cetus. From Rick.
robertl [Mon, 20 Oct 2003 13:06:01 +0000 (13:06 +0000)]
Add -s support to Cetus.  From Rick.

22 years agoSame change as the previous one for Cetus. These crashes haven't been reported,...
parkrrrr [Wed, 15 Oct 2003 16:31:32 +0000 (16:31 +0000)]
Same change as the previous one for Cetus.  These crashes haven't been reported, but they could have happened under the same circumstances.  Well, except for the ifdefed-out code in mapopolis, which is included for completeness.

22 years agoFixed crash in mingw build when writing to Cetus format from a GPX file that containe...
parkrrrr [Wed, 15 Oct 2003 16:13:10 +0000 (16:13 +0000)]
Fixed crash in mingw build when writing to Cetus format from a GPX file that contained a creation date before 1970; bmgpx creates such GPX files.

22 years agoCorrectly terminate created string. From Mark Bradley.
robertl [Tue, 14 Oct 2003 13:20:00 +0000 (13:20 +0000)]
Correctly terminate created string.   From Mark Bradley.

22 years agodocument duplicate filter's ALL option
parkrrrr [Fri, 10 Oct 2003 17:10:44 +0000 (17:10 +0000)]
document duplicate filter's ALL option

22 years agoAdded 'all' option to duplicate filter, to allow filtering out specific lists of...
parkrrrr [Fri, 10 Oct 2003 17:02:40 +0000 (17:02 +0000)]
Added 'all' option to duplicate filter, to allow filtering out specific lists of waypoints

22 years agoMisc minor cleanups.
robertl [Wed, 8 Oct 2003 18:58:57 +0000 (18:58 +0000)]
Misc minor cleanups.

22 years agoWarning cleanup.
robertl [Tue, 30 Sep 2003 22:15:19 +0000 (22:15 +0000)]
Warning cleanup.

22 years agoAdd Mark Bradley's tool to generate a windows cmd file from testo.
robertl [Tue, 30 Sep 2003 13:55:14 +0000 (13:55 +0000)]
Add Mark Bradley's tool to generate a windows cmd file from testo.

22 years agoAdd testo cases for mapsource tracks.
robertl [Tue, 30 Sep 2003 13:39:13 +0000 (13:39 +0000)]
Add testo cases for mapsource tracks.

22 years agoMapsource changes from Mark Bradley.
robertl [Tue, 30 Sep 2003 13:35:38 +0000 (13:35 +0000)]
Mapsource changes from Mark Bradley.

22 years agoAdd doc for Mapsource format. From Mark Bradley.
robertl [Tue, 30 Sep 2003 04:54:08 +0000 (04:54 +0000)]
Add doc for Mapsource format.  From Mark Bradley.

22 years agoTerminate allocated string.
robertl [Tue, 30 Sep 2003 04:51:37 +0000 (04:51 +0000)]
Terminate allocated string.

22 years agoOverhaul from Mark Bradley to handle multiple versions & add track support.
robertl [Tue, 30 Sep 2003 04:50:24 +0000 (04:50 +0000)]
Overhaul from Mark Bradley to handle multiple versions & add track support.

22 years agoFrom Rick: Add iconismarker.
robertl [Fri, 26 Sep 2003 13:12:28 +0000 (13:12 +0000)]
From Rick: Add iconismarker.

22 years agoDon't run backward past beginning of all-whitespace string.
robertl [Tue, 23 Sep 2003 15:56:08 +0000 (15:56 +0000)]
Don't run backward past beginning of all-whitespace string.

22 years agoAdd tabsep, fix potential null deref on link text csv output, doc LAT_DIR, LON_DIR...
robertl [Tue, 23 Sep 2003 13:39:53 +0000 (13:39 +0000)]
Add tabsep, fix potential null deref on link text csv output, doc LAT_DIR, LON_DIR.   Mostly from Rick Richardson.

22 years agoFix C99-ism.
robertl [Tue, 23 Sep 2003 12:09:43 +0000 (12:09 +0000)]
Fix C99-ism.

22 years agoAdd "ARC" so chkdoc will recognize it.
robertl [Mon, 22 Sep 2003 17:04:44 +0000 (17:04 +0000)]
Add "ARC" so chkdoc will recognize it.

22 years agoMinor release tweaking.
robertl [Mon, 22 Sep 2003 13:42:29 +0000 (13:42 +0000)]
Minor release tweaking.

22 years agoTest for errors before returning.
robertl [Mon, 22 Sep 2003 02:23:54 +0000 (02:23 +0000)]
Test for errors before returning.

22 years agoMassive search-and-replace to eliminate non-unneeded args being passed
robertl [Mon, 22 Sep 2003 02:03:50 +0000 (02:03 +0000)]
Massive search-and-replace to eliminate non-unneeded args being passed
to the read and write inits.
gpx.c had non-mechanical changes for logpoint and urlbase options.

22 years agoAdd navicache reference files.
robertl [Mon, 22 Sep 2003 01:38:15 +0000 (01:38 +0000)]
Add navicache reference files.